home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / ddj0897.zip / DYN401.ZIP / kernel / object.iv < prev    next >
Text File  |  1997-04-16  |  186b  |  15 lines

  1.  
  2. #ifndef    _OBJECT_IV
  3. #define    _OBJECT_IV
  4.  
  5.  
  6. typedef struct  _Object_iv_t  {
  7.     object cls;
  8.     unsigned short tag;
  9.     unsigned short siz;
  10. }    Object_iv_t;
  11.  
  12. #endif    /*  _OBJECT_IV  */
  13.  
  14.  
  15.